.carousel {
	width: 500px;
	height: 350px;
	overflow: hidden;
	position: relative;
}

.carousel ul {
	position: absolute;
	left: 0;
	top: 0;
}

.carousel ul li.slider {
	float: left;
	width: 500px;
	height: 350px;
}

.carousel ul li.fade {
	width: 500px;
	height: 350px;
	position: absolute;
	left: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.carousel li a {
	font: 16px/45px "微软雅黑";
	color: #fff;
	height: 45px;
	display: block;
	width: 100%;
	background: url("2018nyt-index-gdt-abg.png") no-repeat;
	position: absolute;
	bottom: 0;
	padding-left: 14px;
}

.carousel li a:hover {
	text-decoration: underline;
}
.carousel .btn {
	position: absolute;
	top: 50%;
	width: 49px;
	height: 92px;
	margin-top: -49px;
}
.carousel .btn span {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.carousel .pre-btn {
	left: 0;
}
.carousel .pre-btn span {
	background: url('2018nyt-index-nyzxl.png') no-repeat center center;
}
.carousel .next-btn {
	right: 0;
}
.carousel .next-btn span {
	background: url('2018nyt-index-nyzxr.png') no-repeat center center;
}
.carousel .btn:hover {
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.carousel .pagination {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	z-index: 10;
}
.carousel .pagination .pag-btn {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border-radius: 100%;
	background: #fff;
	opacity: 0.3;
	cursor: pointer;
}
.carousel .pagination .pag-btn.active {
	opacity: 1;
	background: #007aff;
}